func go/types.isInteger

11 uses

	go/types (current package)
		conversions.go#L25: 		case isInteger(x.typ) && isString(t):
		conversions.go#L106: 		} else if x.mode == constant_ && isInteger(x.typ) && allString(T) {
		conversions.go#L168: 	if (isInteger(Vu) || isBytesOrRunes(Vu)) && isString(Tu) {
		expr.go#L288: 	case isInteger(typ):
		expr.go#L444: 			if !isInteger(x.typ) && isInteger(typ) {
		expr.go#L967: 				if !isInteger(x.typ) {
		expr.go#L984: 			if !isInteger(x.typ) {
		expr.go#L1169: 		if op == token.QUO && isInteger(x.typ) {
		predicates.go#L16: func isInteger(t Type) bool        { return isBasic(t, IsInteger) }
		typexpr.go#L523: 	if isUntyped(x.typ) || isInteger(x.typ) {